projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e399a5
)
(SYNTAX_MATCH): Fix typo (syntax -> matcher).
author
Richard M. Stallman
<rms@gnu.org>
Sun, 19 Jun 1994 18:18:20 +0000
(18:18 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 19 Jun 1994 18:18:20 +0000
(18:18 +0000)
src/syntax.h
patch
|
blob
|
history
diff --git
a/src/syntax.h
b/src/syntax.h
index b5397dbcab626d180778f42f22602deffcfa9023..ed23def334dc6ccfa2070a9c21174908977a1f3e 100644
(file)
--- a/
src/syntax.h
+++ b/
src/syntax.h
@@
-83,7
+83,7
@@
enum syntaxcode
matcher = RAW_SYNTAX_MATCH (Vstandard_syntax_table, character); \
else \
matcher = RAW_SYNTAX_MATCH (current_buffer->syntax_table, character); \
-
syntax
; })
+
matcher
; })
#else
#define SYNTAX_MATCH(c) \
(RAW_SYNTAX (current_buffer->syntax_table, c) == Sinherit \